@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
a:hover{color:red;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.active{
    color: red !important;
}
.active2{
    color: red !important;
    font-weight: bold;
}
.active3 {
    color: #619C4A !important;
    border-bottom: 3px solid #619C4A;
    font-weight: bold;
}
.bx-1200{
    width: 1200px;
    margin: 0 auto;
}

/* 头条开始 */
.section1{
    height: 70px;
    border-top: 2px solid #E6A4A4;
    border-bottom: 2px solid #E6A4A4;
    margin-top: 30px;
    line-height: 32px;
    margin-bottom: 25px;
}
.section1-bt a{
    width: 90px;
    display: block;
    padding-left: 35px;
    font-size: 19px;
    color: #DD442F;
    font-weight: bold;
    background: url(/picture/881/2009180937230921784.png) no-repeat 21px 12px;
    line-height: 24px;
    padding-top: 10px;
    letter-spacing:7px;
}
.section1-nr{
    width: 1000px;
    height: 70px;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
}
.section1-nr li ul{
    width: 1000px;
}
.section1-nr  li ul li{
    width: 475px;
    padding-left: 15px;
    margin-right: 25px;
    background: url(/picture/881/2008202137333279901.png) no-repeat left center;
}
.section1-button{
    margin-top: 20px;
}
.section1-button .next{
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(/picture/881/2007281632576712425.png) no-repeat center center;
    cursor: pointer;
}
.section1-button .prev{
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(/picture/881/2007281632577879968.png) no-repeat center center;
    cursor: pointer;
    margin-right: 5px;
}
.section1 .tempWrap {
    width: 1000px !important;  
}

/* 第二部分 */
.section2{
    height: 383px;
    margin-bottom: 30px;
}

/* 轮播图开始 */
.section2-lbt {
    width: 672px;
    height: 383px;
    float: left;
}
.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
}
/* 图片设置 */
.focusBox .pic img {
    width: 100%;
    display: block;
}
/* 文字提示设置 */
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.focusBox .txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
}

.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 24px;
  font-size: 15px;
  font-weight:400;
  text-decoration: none;
}
/* 圆点设置 */
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 19px;
  height: 10px;
}

.focusBox .num li {
  float: left;
  position: relative;
  width: 33px;
  height: 6px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: #808080;
  margin-right: 6px;
}

.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.focusBox .num li{
  z-index: 1;
  color: #fff;
}

.focusBox .num ul {
  width: 100%;
  height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
    background-color: #FEA000;
}  
.focusBox .pic {
  position: relative;
}
/* 轮播图结束 */

.section2-content{
    width: 502px;
    height: 100%;
}
.section2-bt{
    border-bottom: 1px solid #619C4A;
    padding-top: 6px;
    height: 54px;
}
.section2-tab {
    font-size: 22px;
    color: #619C4A;
    margin-right: 0px;
    height: 54px;
    line-height: 48px;
    width: 117px;
    text-align: center;
}
.section2-tab.hover {
    background: url(/picture/881/2008181007480361365.png) no-repeat center;
    color: #fff !important;
}
.section2-tab a{
    color: inherit;
}
.section2-nr{
    margin-top: 6px;
    min-height: 328px;
}
.section2-nr li{
    line-height: 40px;
    font-size: 15px;
    padding-left: 13px;
    background: url(/picture/881/2007281632576242671.png) no-repeat left center;
    border-bottom: 1px dashed #C9C9C9;
}
.section2-nr li span{
    color: #666;
}
/* 第三部分 */
.section3-top{
    display: block;
    margin-bottom: 30px;
}
/* 第四部分 */
.section4{

}
.section4-left{
    width: 287px;
    padding-top: 9px;
}
.section4-left a{
    display: block;
}
.section4-left a:first-child{
    margin-bottom: 42px;
}

.section4-right{
    width: 880px;
}
.section4-bt{
    border-bottom: 1px solid #619C4A;
}
.section4-tab{
    font-size: 22px;
    color: #A1A1A1;
    margin-right: 43px;
    padding-bottom: 15px;
}
.section4-tab a{
    color: inherit;
}
.section4-nr{
    width: 100%;
    padding-top: 6px;
    min-height: 360px;
}
.section4-nr li{
    padding: 15px 0;
}
.section4-nrfl{
    width: 88px;
    height: 88px;
    background: url(/picture/881/2007281632578279420.png) no-repeat center center;
    text-align: center;
    color: #666;
    padding-top: 22px;
    margin-right: 18px;
}
.section4-nrfl h1{
    font-size: 20px;
}
.section4-nrfl p{
    font-size: 13px;
}
.section4-center{
    width: 640px;
    padding-top: 4px;
}
.section4-center span{
    color: #004A7C;
   
}
.section4-center p{
    font-size: 14px;
    margin-top: 17px;
    color: #666;
}
.section4-nrfr{
    width: 94px;
    height: 40px;
    line-height: 40px;
    background: url(/picture/881/2007281632578053209.png) no-repeat 72px center #E8F1F5;
    color: #004A7C;
    padding-left: 33px;
    font-size: 13px;
    margin-top: 26px;
}
/* 第五部分 */
.section5{
    margin-top: 30px;
    margin-bottom: 35px;
}
.section5-content{
    width: 593px;
    height: 406px;
    border: 1px solid #E4E4E4;
    padding-left: 25px;
}
.section5-top{
    width: 555px;
    line-height: 60px;
    border-bottom: 1px solid #619C4A;
}
.section5-top span{
    vertical-align: middle;
    margin-left: 12px;
    font-size: 22px;
    font-weight: bold;
}
.section5-top .fr{
    color: #4478E1;
    padding-right: 28px;
}
.section5-top .fr span{
    font-weight: normal;
    font-size: 17px;
}
.section5-center{
    margin-top: 20px;
    font-size: 18px;
}
.section5-center .section5-bt{
    display: inline-block;
    margin-left: 15px;
}
.jt_img {
    width: 22px;
    height: 22px;
    margin-top: 20px;
    display: none;
    margin-left: 4px;
}
.jt_img1 {
    margin-top: 17px;
}
.section5-top  a:hover .jt_img {
    display: block;
}

.section5-bt li{
    display: inline-block;
    margin: 0 3px;
    color: #666666;
}
.section5-center li a{
    color: inherit;
}
.section5-nr{
    width: 545px;
    height: 290px;
    overflow: hidden;
}
.section5-1{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-left: 25px;
}
.section5-1 li{
    width: 120px;
    display: inline-block;
    margin-bottom: 24px;
    text-align: center;
    font-size: 15px;
}
.section5-1 li a{
    display: block;
    height: 97px;
    position: relative;
}
.section5-1 li .img-first,
.section5-1 li .img-last{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
}
.section5-1 li .img-first{
    z-index: 40;
}
.section5-1 li .img-last{
    z-index: 20;
}
.section5-1 p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.section5-1 li:hover .img-last{
    top: 5px;
    margin-left: -25px;
}
.section5-2{
    display: block;
    width: 100%;
    margin-top: 25px;
}
.section5-2 img{
    width: 100%;
}
.section5-3-top {
    margin-top: 5px;
}
.section5-3-top li{
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    color: #666;
}
.section5-3-nr {
    padding-top: 10px;
}
.section5-3-nr li{
    padding-left: 15px;
    background: url(/picture/881/2007281632576242671.png) no-repeat left center;
    font-size: 15px;
    line-height: 40px;
    color: #666;
    font-weight: bold;
}
.section5-3-nr li span{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    color: #fff;
    background-color:#619C4A;
}
.section5-left{
    width: 288px;
}
.section5-left img{
    width: 100%;
    height: 162px;
}
.section5-left p{
    font-size: 14px;
    color: #666666;
    line-height: 31px;
}
.section5-left p span{
    font-size: 15px;
    color: #333;
}
.section5-frtop li{
    float: left;
    margin: 0 3px;
    color: #666666;
}
.section5-4-nr{
    margin-top: 12px;
    min-height: 150px;
}
.section5-4-nr li{
    font-size: 15px;
    padding-left: 15px;
    background: url(/picture/881/2007281632576242671.png) no-repeat left center;
    line-height: 30px;
}
.section5-4-nr .section5-first{
    padding: 0;
    margin-bottom: 10px;
}
.section5-first img{ 
    width: 50px;
    height: 50px;
    margin-right: 14px;
}
.section5-first span{
    font-size: 15px;
}
.section5-first p{
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}
.section5-bottom{
    display: block;
    margin-top: 5px;
}
.section5-bottom img{
    width: 238px;
    height: 57px;
}
/* 第六部分 */
.section6 {
    margin-bottom: 18px;
}
.picScroll-left{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.picScroll-left .bd ul{
    zoom: 1;
}
.picScroll-left .bd ul li{
  width: 278px;
  height: 246px;
  margin-right: 26px;
}
.picScroll-left .bd ul li a{
    display: inline-block;
}
.picScroll-left .bd ul li .section6-top{
    width: 278px;
    height: 93px;
}
.picScroll-left .bd ul li span{
    width: 249px;
    line-height: 40px;
    height: 40px;
    display: block;
    border-bottom: 2px solid #3573B5;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.section6-bottom{
    width: 278px;
    height: 153px;
    border: 1px solid #E5E5E5;
    padding: 17px;
}
.section6-bottom h1{
    font-size: 21px;
    color: #040404;
    font-weight: normal;
    margin: 5px 0;
}
.section6-bottom p{
    font-size: 13px;
    color:#999999;
    line-height: 20px;
}
.section6-bottom a{
    font-size: 13px;
    color: #BF2214;
    margin-top: 8px;
}
/* 友情链接 */
.section7{
    height: 108px;
    background-color: #F9F9F9;
    border-top: 3px solid #E54F61;
}
.section7-content{
    padding-left: 48px;
    padding-top: 35px;
    position: relative;
}
.section7 .section7-list{
    margin-right: 22px;
    width: 186px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    background: url(/picture/881/2007281633267887938.png) no-repeat 164px center #fff;
}
.section7-nr {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #E5E5E5 ;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.section7-nr li{
    padding-left: 10px;
    width: 239px;
}
.section7-list:hover .section7-nr{
    display: block;
}
.jt_img2 {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    display: none;
    margin-left: 4px;
}
.section6  a:hover .jt_img2 {
    display: block;
}




/* 中间横幅轮播图开始 */
.banner1 {
    width: 1200px;
    height: 99px;
    background-color: #000;
    margin: auto;
    margin-bottom: 30px;
    
}
.focusBox1 {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}
/* 图片设置 */
.focusBox1 .pic1 img {
    width: 100%;
    display: block;
}
/* 文字提示设置 */
.focusBox1 .txt-bg1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox1 .txt1 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.focusBox1 .txt1 li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
}

.focusBox1 .txt1 li a {
  display: block;
  color: white;
  padding: 0 0 0 24px;
  font-size: 15px;
  font-weight:400;
  text-decoration: none;
}
/* 圆点设置 */
.focusBox1 .num1 {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 0px;
  height: 10px;
}

.focusBox1 .num1 li {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}

.focusBox1 .num1 li a,
.focusBox1 .num1 li span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.focusBox1 .num1 li{
  z-index: 1;
  color: #fff;
}

.focusBox1 .num1 ul {
  width: 100%;
  height: auto;
}

.focusBox1 .num1 li.on,
.focusBox1 .num1 .on:hover {
  background-color: #da3823;
}  
.focusBox1 .pic1 {
  position: relative;
}
/* 中间横幅轮播图结束 */

